Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(Dotnav): added first dotnav component #30

Merged
merged 1 commit into from
Oct 29, 2019

Conversation

Stradivario
Copy link
Member

@Stradivario Stradivario commented Oct 29, 2019

Issue

Description

https://getuikit.com/docs/dotnav

Screenshots (optional)

Screenshot from 2019-10-29 18-28-45

Divider Component

Usage
import { DotnavComponent } from '@rxdi/ui-kit/dotnav';

@Module({
  components: [DotnavComponent],
})
export class AppModule {}
<rx-dotnav orientation="row">
    <a></a>
    <a></a>
    <a></a>
    <a></a>
</rx-dotnav>
<rx-dotnav orientation="column">
    <a></a>
    <a></a>
    <a></a>
    <a></a>
</rx-dotnav>

@Stradivario Stradivario force-pushed the 29-component-dotnav-initialization branch from 385b833 to 81f43f4 Compare October 29, 2019 16:29
@Stradivario Stradivario force-pushed the 29-component-dotnav-initialization branch from 81f43f4 to 3017186 Compare October 29, 2019 16:29
@Stradivario Stradivario merged commit 94336ac into master Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant